home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / psound / global.bas < prev    next >
BASIC Source File  |  1991-08-08  |  210b  |  7 lines

  1.     
  2.  
  3.  
  4. Declare Function PlaySound Lib "DSOUND.DLL" (ByVal sound As String, ByVal size As Long, ByVal freq As Integer, ByVal sampsize As Integer, ByVal vol As Integer, ByVal shift As Integer) As Integer
  5.  
  6.  
  7.